Flexible hose with 90° elbow D13 717 3/4, FF 200

The photographs are for illustrative purposes only.
Get AI analytics on product Flexible hose with 90° elbow D13 717 3/4, FF 200:
15.89€/box
Ex Tax: 12.81€/box
MAGMA
0 reviews
In stock
Product Code: 000-4394714MASP
EAN Code: 4750667099515
Qty
Tags:

D13 flexible hose with a 90° elbow — model 717 (3/4, FF 200)

Flexible hose with an integrated 90° elbow designed for threaded 3/4 connections; identified as model 717 with designation FF 200 for reliable part selection.

Key Benefits


    Flexible design enables easier alignment during installation
  • 90° elbow saves space and allows compact routing
  • Compatible with standard 3/4 threaded fittings
  • Clear model marking (717, FF 200) simplifies ordering and replacement
  • Reduces stress on joints compared to rigid piping

Applications

Suitable for plumbing and connection tasks where a compact 90° flexible connection is needed.


    Under-sink water supply connections
  • Connection to boilers and water heaters
  • Radiator or heating appliance hookups
  • Plumbing connections behind fixtures with limited space

What to Consider When Choosing


    Verify the connection size matches your fittings — this product is 3/4
  1. Confirm the D13 diameter fits your pipes or adapters
  2. Ensure a 90° elbow suits the installation layout and flow direction
  3. Check that model 717 and FF 200 designation correspond to your replacement part
  4. Consider routing space and required flexibility for the application

Specifications


    Product type: flexible hose with elbow
  • Diameter: D13
  • Elbow angle: 90°
  • Model: 717
  • Connection size: 3/4
  • Designation: FF 200

Why Buy from SityPro


    Easy online buy with clear product features and price visibility
  • Wide selection and accurate product identification (model 717, FF 200)
  • Fast delivery and service to Estonia and Finland
  • Helpful customer support for choosing the right application and part

Description provided by sitypro.com

Flexible hose with 90° elbow D13 717 3/4, FF 200
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Гибкая подводка с угол. D13 90^ 717 3/4, FF 200

What is the Flexible hose with 90° elbow D13 717 3/4, FF 200 and where is it used?

Flexible hose with 90° elbow D13 90° 717 (3/4, FF 200) is a flexible plumbing hose with an integrated 90° elbow and 3/4 threaded fittings. It’s used for connecting taps, water heaters and cisterns in confined spaces where a compact angled connection is required.

Is the FF 200 model compatible with my tap that has a 3/4 thread?

Yes, the FF 200 is designed for standard 3/4 threaded connections and will fit fittings with 3/4 threads. Confirm whether your tap uses internal or external 3/4 thread and that the D13 hose diameter suits the installation space.

What is the diameter of this hose and what does D13 mean?

The hose is specified as D13 — this denotes the hose diameter used to match the appliance outlet. Check that your appliance outlet corresponds to D13 to ensure a tight, leak-free connection.

Can I use this hose to connect a water heater?

Yes, the FF 200 flexible hose can be used for water heater connections if the heater has a 3/4 threaded outlet and the D13 size matches. Ensure there is enough clearance for the 90° elbow when fitting near the heater body.

Is this hose suitable for connecting a toilet cistern from behind?

Yes, the D13 90° flexible hose is designed for tight spaces and is suitable for connecting cisterns if the cistern has a 3/4 thread and D13 matches. Check there’s room so the 90° elbow doesn’t press against the wall.

What material is the hose made of and how durable is it?

The description states a flexible construction for model FF 200 but does not specify exact materials. It’s intended for standard plumbing use and built for typical conditions; request material and longevity details from the seller if you need specific ratings.

How does model 717/FF 200 differ from other flexible hoses?

The 717/FF 200 designation refers to a D13 hose with an integrated 90° elbow and 3/4 threaded fittings. Unlike straight hoses, its built-in 90° elbow simplifies installation in confined spaces and reduces joint stress.

Do I need seals or tape when installing this hose?

For 3/4 threaded connections, thread sealing such as PTFE (plumber’s) tape or a compatible thread sealant is typically used. Follow the appliance manufacturer’s guidance and check for leaks after installation.

Can the hose withstand heating system pressure for radiator connection?

The description lists suitability for radiator and heating appliance hookups, but it does not specify working pressure. Confirm the allowable working pressure for model FF 200 with the seller or product datasheet before use.

How to choose between a straight and a 90° flexible hose?

Choose the D13 90° FF 200 elbow hose when installation space is tight and a compact 90° turn is needed. If space permits, a straight hose may be simpler. In both cases confirm D13 diameter and 3/4 thread compatibility.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');